Skip to content

Update dependency @tanstack/react-query to v5#855

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/major-tanstack-query-monorepo
Open

Update dependency @tanstack/react-query to v5#855
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/major-tanstack-query-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 5, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-query (source) 4.43.05.95.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

TanStack/query (@​tanstack/react-query)

v5.95.2

Compare Source

Patch Changes

v5.95.1

Compare Source

Patch Changes

v5.95.0

Compare Source

Patch Changes

v5.94.5

Compare Source

Patch Changes

v5.94.4

Compare Source

Patch Changes

v5.91.3

Compare Source

Patch Changes
  • fix: stop node types from leaking into browser (#​10302)

v5.91.2

Compare Source

Patch Changes

v5.91.0

Compare Source

Minor Changes
Patch Changes

v5.90.21

Compare Source

Patch Changes
  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#​10082)

v5.90.20

Compare Source

Patch Changes

v5.90.19

Compare Source

Patch Changes

v5.90.18

Compare Source

Patch Changes

v5.90.17

Compare Source

Patch Changes

v5.90.16

Compare Source

Patch Changes

v5.90.15

Compare Source

Patch Changes

v5.90.14

Patch Changes

v5.90.13

Patch Changes

v5.90.12

Compare Source

Patch Changes

v5.90.11

Compare Source

Patch Changes

v5.90.10

Compare Source

Patch Changes

v5.90.9

Compare Source

Patch Changes

v5.90.8

Compare Source

Patch Changes

v5.90.7

Compare Source

Patch Changes

v5.90.6

Compare Source

Patch Changes

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes

v5.90.3

Patch Changes

v5.90.2

Version 5.90.2 - 9/23/25, 7:37 AM

Changes
Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister
Packages

v5.90.1

Version 5.90.1 - 9/22/25, 6:41 AM

Changes

Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs

Packages

v5.89.0

Compare Source

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat
  • query-core: add context to mutationfn & mutation callbacks (#​9615) (a2151d2) by Josh
Chore

Packages

v5.87.4

Compare Source

Version 5.87.4 - 9/10/25, 2:09 PM

Changes
Fix
  • query-core: infinite re-renders in useQueries (#​9639) (19445a0) by Minha Kang
Test
  • svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#​9630) (ccedf33) by @​sukvvon
Packages

v5.87.1

Compare Source

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix
  • query-core: update initialData when an observer mounts while a Query without data exists (#​9620) (1c8a921) by Dominik Dorfmeister

Packages

v5.87.0

Compare Source

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat
Docs
  • angular-query: update Angular Zoneless doc (#​9616) (2283633) by Arnoud

Packages

v5.86.0

Compare Source

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery,
the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#​9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore
  • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#​9547) (7306474) by @​sukvvon
Test
Other
Packages

v5.85.9

Compare Source

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix
  • query-core: ensure combine re-executes after cache restoration with memoized combine (#​9592) (564a4f6) by Kim YoungHoon
Test
  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#​9605) (5221029) by @​sukvvon

Packages

v5.85.8

Compare Source

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor
  • react-query: replace magic number with named constant in suspense timers (#​9607) (ef0c16e) by Minha Kang
Ci
  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

v5.85.7

Compare Source

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor
Docs

Packages

v5.85.6

Compare Source

Version 5.85.6 - 8/30/25, 12:21 PM

Changes
Fix
  • core: make sure queries revert synchronously (#​9601) (379670d) by Dominik Dorfmeister
Chore
Test
Docs
Packages

v5.85.5

Compare Source

Version 5.85.5 - 8/19/25, 9:41 AM

Changes
Fix
  • core: only reject when promise gets used (#​9576) (abab082) by Dominik Dorfmeister
Packages

v5.85.4

Compare Source

Version 5.85.4 - 8/19/25, 9:10 AM

Changes
Fix
  • core: never revert to undefined data (#​9577) (e4f5ce8) by Dominik Dorfmeister
Docs
  • react-query: recommend defaultError = unknown instead of AxiosError (#​9575) (2989e69) by Lee
  • update community resources (f1e608b) by TkDodo
Packages

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 5, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
element Error Error Mar 23, 2026 6:07pm

Request Review

@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 72a734b to 1505f41 Compare January 5, 2024 22:45
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 1505f41 to 6c5b139 Compare January 6, 2024 02:13
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 6c5b139 to 50f9753 Compare January 6, 2024 17:36
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 50f9753 to 04aeb44 Compare January 7, 2024 10:13
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 04aeb44 to ee7e26a Compare January 8, 2024 05:05
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from ee7e26a to e4912f4 Compare January 8, 2024 19:12
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from e4912f4 to 1432dc0 Compare January 13, 2024 01:01
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 1432dc0 to 05f6fb2 Compare January 15, 2024 14:57
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 05f6fb2 to 7da0195 Compare January 16, 2024 15:30
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 7da0195 to ff237a1 Compare January 16, 2024 21:30
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from ff237a1 to 4134f18 Compare January 17, 2024 19:46
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 4134f18 to c4c6dd9 Compare January 18, 2024 11:43
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from c4c6dd9 to d950965 Compare January 20, 2024 17:03
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from d950965 to 599a0b0 Compare January 22, 2024 14:15
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 772cd74 to ff467b2 Compare February 13, 2024 16:37
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from ff467b2 to f4badb2 Compare February 17, 2024 10:37
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from f4badb2 to ea42f0c Compare February 17, 2024 19:35
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from ea42f0c to b7ecc75 Compare February 18, 2024 10:26
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from b7ecc75 to 83ec737 Compare February 19, 2024 14:03
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 83ec737 to 2dc5a5f Compare February 25, 2024 01:22
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 2dc5a5f to fc16a59 Compare February 29, 2024 01:34
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from fc16a59 to 864dde4 Compare March 2, 2024 15:12
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 864dde4 to 06477de Compare March 2, 2024 21:24
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 06477de to cafdc91 Compare March 3, 2024 21:57
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from cafdc91 to f09b161 Compare March 4, 2024 10:08
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from f09b161 to 8250f89 Compare March 5, 2024 15:21
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 8250f89 to 1cc4cae Compare March 11, 2024 12:44
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 1cc4cae to 99b9241 Compare March 12, 2024 11:11
@renovate renovate bot force-pushed the renovate/major-tanstack-query-monorepo branch from 99b9241 to d09f407 Compare March 13, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants